projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cc0216
)
mx6_common: correct loadaddr and text base for i.MX6SLL
author
Peng Fan
<
[email protected]
>
Sun, 11 Dec 2016 11:24:32 +0000
(19:24 +0800)
committer
Stefano Babic
<
[email protected]
>
Fri, 16 Dec 2016 10:38:24 +0000
(11:38 +0100)
Correct loadaddr and text base for i.MX6SLL
Signed-off-by: Peng Fan <
[email protected]
>
Cc: Stefano Babic <
[email protected]
>
include/configs/mx6_common.h
patch
|
blob
|
history
diff --git
a/include/configs/mx6_common.h
b/include/configs/mx6_common.h
index d28654b2ed291ec7968d468d0f52420431b06889..e79ec21256748e41ac5b019f7e90a06290de01df 100644
(file)
--- a/
include/configs/mx6_common.h
+++ b/
include/configs/mx6_common.h
@@
-44,7
+44,8
@@
#define CONFIG_REVISION_TAG
/* Boot options */
-#if (defined(CONFIG_MX6SX) || defined(CONFIG_MX6SL) || defined(CONFIG_MX6UL))
+#if (defined(CONFIG_MX6SX) || defined(CONFIG_MX6SL) || \
+ defined(CONFIG_MX6UL) || defined(CONFIG_MX6SLL))
#define CONFIG_LOADADDR 0x82000000
#ifndef CONFIG_SYS_TEXT_BASE
#define CONFIG_SYS_TEXT_BASE 0x87800000